/* Imported styles */


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Barlow Condensed:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Helvetica:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Anton');


/* commom */

.uk-container {
    /* max-width: 1140px; */
}

html {
    font-size: 14px !important;
    color: #666;
    font-family: "Microsoft YaHei", serif;
}
.n-bg{
    padding: 50px 0;
    position: relative;
}
.n-bg::before{
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    background-image: linear-gradient(#f5f5f5, #fff);
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #1e50ae;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.8;
}

*+p {
    margin-top: 10px;
}

.uk-link,
a {
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.aline a{
    position: relative;
}
.aline a::after {
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: solid 1px;
    -webkit-transition: .33s;
    transition: .33s;
    left: 100%;
}
.aline a:hover::after,.aline.on ::after {
    width: 100%;
    left: 0;
    -webkit-transition: width .33s;
    transition: width .33s;
}
.uk-grid-xsmall {
    margin-left: -6px
}

.uk-grid-xsmall>* {
    padding-left: 6px
}

*+.uk-grid-margin-xsmall,
.uk-grid+.uk-grid-xsmall,
.uk-grid-xsmall>.uk-grid-margin {
    margin-top: 6xpx
}

@media (min-width: 960px) {
    .uk-child-width-1-8\@m>* {
        width: calc(100% * 1 / 8.001)
    }
    
}

.uk-animation-kenburns2 {
    animation-name: uk-scale-kenburns2;
    animation-duration: 7s;
}

@keyframes uk-scale-kenburns2 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.1)
    }
}

.text-over {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.s-btn {
    padding: 0 40px;
    display: inline-block;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    transition: all 0.3s;
}

.s-btn:hover {
    color: #fff;
    background: #0b77bd !important;
    border-color: #0b77bd !important;
}

.p-scale {
    cursor: pointer;
}

.p-scale .pic {
    overflow: hidden;
}

.p-scale .pic img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.p-scale:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-lightbox {
    background: rgba(0, 0, 0, 0.8);
}

.cons-text img {
    max-width: 100%;
    height: auto !important;
}

.cons-text table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.cons-text table P {
    margin: 0;
}

*+.cons-text table {
    margin-top: 15px;
    font-size: 12px;
}

.cons-text table td,
.cons-text table th {
    padding: 4px 6px;
    border: 1px solid #ddd;
}

.cons-text table th {
    text-align: left
}

.cons-text table td {
    vertical-align: middle;
    text-align: center;
}

.cons-text table thead th {
    vertical-align: bottom
}

.cons-text table caption,
.cons-text table tfoot {
    font-size: 12px;
    font-style: italic
}

.cons-text table caption {
    text-align: left;
    color: #999
}


/* .cons-text table tbody tr:first-child{
    background: #b18247;
    color:#fff;
  } */

.folatUp {
    transition: all .3s linear;
}

.folatUp:hover {
    transform: translateY(-10px);
}


.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}